home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / comm / msdun12.zip / MSDUN12.EXE / RCDATA / CABINET / rna.inf < prev    next >
INI File  |  1997-07-11  |  18KB  |  524 lines

  1. ; RNA.INF
  2. ;
  3. ; This is the Setup information file for Dial-Up Networking, 
  4. ; Direct Cable Connection, and Virtual Private Networking options
  5. ; included in the Windows 95 retail product.
  6. ;
  7. ; Copyright 1993-1997, Microsoft Corporation
  8. ;
  9. ;
  10.  
  11. [version]
  12. signature="$CHICAGO$"
  13. Provider=%MS%
  14. SetupClass=PLUSPACK
  15.  
  16. [DestinationDirs]
  17. MS_RNA_CopyFiles       =25    ; LDID_SHARED
  18. MS_DCC_CopyFiles       =25    ; LDID_SHARED
  19. MS_VPN_CopyFiles       =25    ; LDID_SHARED
  20. MS_RNA_HLP_CopyFiles   =18    ; LDID_HELP
  21. MS_VPN_HLP_CopyFiles   =18    ; LDID_HELP
  22. MS_RNA_SYS_CopyFiles   =11    ; LDID_SYS
  23. MS_DCC_SYS_CopyFiles   =11    ; LDID_SYS
  24. MS_VPN_SYS_CopyFiles   =11    ; LDID_SYS
  25. MS_RNA_DelFiles        =25    ; LDID_SHARED
  26. MS_RNA_SYS_DelFiles    =11    ; LDID_SYS
  27. MS_RNA_INF_CopyFiles   =17    ; LDID_INF
  28. MS_RNA_ACCS_CopyFiles  =24,%OEM_PROGRAMF%\%OEM_ACCESSOR%    ; LDID_SHARED
  29. MS_RNA_ACCS_DelFiles   =24,%OEM_PROGRAMF%\%OEM_ACCESSOR%    ; LDID_SHARED
  30. MS_DUN_Update_CopyFiles=11    ; LDID_SYS
  31.  
  32. [BaseWinOptions]
  33. MS_RNA_Cleanup
  34. MS_RNA_Maintenance
  35.  
  36. [MS_RNA_Cleanup]
  37. DelReg=MS_RNA_Uninstall_DelReg, MS_DCC_Uninstall_DelReg
  38. DelFiles=MS_RNA_SYS_CopyFiles, MS_DCC_CopyFiles
  39.  
  40. [MS_RNA_Maintenance]
  41. AddReg=MS_RNA_Maintenance_AddReg
  42. CopyFiles=MS_RNA_INF_CopyFiles
  43.  
  44. [MS_RNA_INF_CopyFiles]
  45. rna.inf
  46. netppp.inf
  47. netpptp.inf
  48. ndiswan.inf
  49.  
  50. [MS_RNA_Maintenance_AddReg]
  51. ;
  52. ;Remote Access Maintenance Mode Setup
  53. ;
  54. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"RNA",,"RNA"
  55. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\RNA,INF,,"rna.inf"
  56. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\RNA,Section,,"RNA"
  57. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\RNA,Installed,,"0"
  58.  
  59. ;
  60. ;Direct Cable Connection Maintenance Mode Setup
  61. ;
  62. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"DCC",,"DCC"
  63. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\DCC,INF,,"rna.inf"
  64. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\DCC,Section,,"DCC"
  65. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\DCC,Installed,,"0"
  66.  
  67. ;
  68. ;Virtual Private Networking Maintenance Mode Setup
  69. ;
  70. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"VPN",,"VPN"
  71. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\VPN,INF,,"rna.inf"
  72. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\VPN,Section,,"VPN"
  73. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\VPN,Installed,,"0"
  74.  
  75. [Optional Components]
  76. RNA
  77. DCC
  78. VPN
  79.  
  80. [RNA]
  81. OptionDesc=%Remote_Desc%
  82. Tip=%Remote_Tip%
  83. Parent = CommApps
  84. CopyFiles=MS_RNA_CopyFiles, MS_RNA_SYS_CopyFiles, MS_RNA_HLP_CopyFiles, MS_RNA_ACCS_CopyFiles
  85. DelFiles=MS_RNA_DelFiles, MS_RNA_SYS_DelFiles, MS_RNA_ACCS_DelFiles
  86. AddReg=MS_RNA_Reg
  87. DelReg=MS_RNA_DelReg
  88. UpdateInis=MS_RNA_Inis
  89. UpdateIniFields=MS_RNA_Fields
  90. InstallType = 15                ;All Cases
  91. IconIndex= 21                   ;Dial-up networking mini-icon for dialogs
  92. ValidateProc= RNASETUP.DLL, RnaSetupCallback
  93. Uninstall=MS_RNA_Uninstall
  94.  
  95. [DCC]
  96. OptionDesc=%DirectCC_Desc%
  97. Tip=%DCC_Tip%
  98. Parent = CommApps
  99. CopyFiles=MS_DCC_CopyFiles, MS_DCC_SYS_CopyFiles
  100. AddReg=MS_DCC_Reg
  101. UpdateInis=MS_DCC_Inis
  102. InstallType = 12                ;Portable, Custom
  103. IconIndex= 22                   ;Direct cable connection mini-icon for dialogs
  104. ValidateProc= RNASETUP.DLL, RnaSetupCallback
  105. Uninstall=MS_DCC_Uninstall
  106. Needs= RNA
  107.  
  108. [VPN]
  109. OptionDesc=%VPN_Desc%
  110. Tip=%VPN_Tip%
  111. Parent = CommApps
  112. CopyFiles=MS_VPN_CopyFiles, MS_VPN_SYS_CopyFiles, MS_VPN_HLP_CopyFiles
  113. AddReg=MS_VPN_Reg
  114. UpdateInis=MS_VPN_Inis
  115. InstallType = 12                ;Portable, Custom
  116. IconIndex= 21                   ;Dial-up networking mini-icon for dialogs
  117. ValidateProc= RNASETUP.DLL, RnaSetupCallback
  118. Uninstall=MS_VPN_Uninstall
  119. Needs= RNA
  120.  
  121. [MS_RNA_Uninstall]
  122. AddReg=MS_RNA_Uninstall_Reg
  123. DelReg=MS_RNA_Uninstall_DelReg
  124. UpdateInis=MS_RNA_DelInis
  125.  
  126. [MS_DCC_Uninstall]
  127. AddReg=MS_DCC_Uninstall_Reg
  128. DelReg=MS_DCC_Uninstall_DelReg
  129. UpdateInis=MS_DCC_DelInis
  130.  
  131. [MS_VPN_Uninstall]
  132. AddReg=MS_VPN_Uninstall_Reg
  133. DelReg=MS_VPN_Uninstall_DelReg
  134. UpdateInis=MS_VPN_DelInis
  135.  
  136. [MS_DUN_Update_Drivers]
  137. CopyFiles=MS_DUN_Update_CopyFiles
  138.  
  139. ; Copy.Files References
  140.  
  141. [MS_RNA_CopyFiles]
  142.  
  143. [MS_DCC_CopyFiles]
  144. directcc.exe
  145.  
  146. [MS_VPN_CopyFiles]
  147.  
  148. [MS_RNA_HLP_CopyFiles]
  149. rnaapp.hlp
  150.  
  151. [MS_VPN_HLP_CopyFiles]
  152. vpn.hlp
  153. vpn.cnt
  154.  
  155. [MS_RNA_SYS_CopyFiles]
  156. vgateway.vxd,,,32
  157. splitter.vxd,,,32
  158. rnaapp.exe,,,32
  159. rnaui.dll,,,32
  160. rnanp.dll,,,32
  161. rnathunk.dll,,,32
  162. rasapi16.dll,,,32
  163. rasapi32.dll,,,32
  164. rnaserv.dll,,,32
  165. pppmac.vxd,,,32
  166. spap.vxd,,,32
  167. smmscrpt.dll,,,32
  168. smmsetup.dll,,,32
  169.  
  170. [MS_RNA_ACCS_CopyFiles]
  171. slip.scp
  172. cis.scp
  173. pppmenu.scp
  174. slipmenu.scp
  175.  
  176. [MS_DCC_SYS_CopyFiles]
  177. vserver.vxd
  178. nwserver.vxd
  179. vnetsup.vxd
  180. msshrui.dll
  181.  
  182. [MS_VPN_SYS_CopyFiles]
  183. netpptp.sys,,,32
  184.  
  185. [MS_DUN_Update_CopyFiles]
  186. netpptp.sys,,,32 ; copy newer file
  187. vip.386,,,32
  188. vtcp.386,,,32
  189. vdhcp.386,,,4 ; note, always copy
  190. vtdi.386,,,32
  191. vudp.386,,,32
  192. vnbt.386,,,32
  193. pppmac.vxd,,,32
  194. pppndi.dll,,,32
  195. ndiswan.vxd,,,32
  196. isdnui.dll,,,32
  197. cfgwiz.dll,,,32
  198. cfgwiz32.exe,,,32
  199. ndswan16.dll,,,32
  200. ndswan32.dll,,,32
  201. wan.tsp,,,32
  202.  
  203.  
  204. ; Delete.Files References
  205.  
  206. [MS_RNA_DelFiles]
  207. rnaapp.exe
  208. rnaapp32.exe
  209. rasphone.hlp
  210. rasmon.exe
  211. rasphone.exe
  212. rasstart.exe
  213.  
  214. [MS_RNA_SYS_DelFiles]
  215. rnadll32.dll
  216. modem.inf
  217. pad.inf
  218. switch.inf
  219. rasapi16.dll
  220. rascauth.dll
  221. rasconf.dll
  222. rasfile.dll
  223. rasman.dll
  224. rasmxs.dll
  225. rassauth.dll
  226. rasser.dll
  227. rassrv.dll
  228. rasexe.exe
  229. vgateway.386
  230. splitter.386
  231.  
  232. [MS_RNA_ACCS_DelFiles]
  233. scripter.exe
  234.  
  235. [MS_RNA_Fields]
  236. ;
  237. ; Remove rnadll from the drivers= line
  238. system.ini, boot, drivers, rnadll.dll
  239. system.ini, boot, networks32, rna
  240. win.ini,windows,load,rnaapp
  241.  
  242. [MS_DCC_Inis]
  243. ;
  244. ;Create directcc icon in accessories group
  245. ;
  246. setup.ini, progman.groups,, "group4=%Apps_Desc%"              ;creates folder
  247. setup.ini, group4,, """%Directcc_Desc%"", DIRECTCC.EXE,,,,,%Directcc_ShortDesc%"    ;creates link in Accessories
  248.  
  249. [MS_DCC_DelInis]
  250. ;
  251. ;delete directcc icon in accessories group
  252. ;
  253. setup.ini, progman.groups,, "group4=%Apps_Desc%"    ;creates folder
  254. setup.ini, group4,, """%Directcc_Desc%"""           ;deletes link in Accessories
  255. setup.ini, group4,, """%Directcc_ShortDesc%"""           ;deletes link in Accessories
  256.  
  257. [MS_VPN_Inis]
  258. ;
  259. ;Create icon in accessories group for Virtual Private Networking Wizard
  260. ;
  261. ;setup.ini, progman.groups,, "group4=%Apps_Desc%"              ;creates folder
  262. ;setup.ini, group4,, """%VPN_Desc%"", CFGWIZ32.EXE,,,,,%VPN_ShortDesc%"    ;creates link in Accessories
  263.  
  264. [MS_VPN_DelInis]
  265. ;
  266. ;delete icon in accessories group for Virtual Private Networking Wizard
  267. ;
  268. ;setup.ini, progman.groups,, "group4=%Apps_Desc%"    ;creates folder
  269. ;setup.ini, group4,, """%VPN_Desc%"""           ;deletes link in Accessories
  270. ;setup.ini, group4,, """%VPN_ShortDesc%"""           ;deletes link in Accessories
  271.  
  272.  
  273. [MS_RNA_Inis]
  274. ;
  275. ;Create Remote Access icon in accessories group
  276. ;
  277. setup.ini, progman.groups,, "group4=%Apps_Desc%"              ;creates folder
  278. setup.ini, group4,, """%Remote_Desc%"", EXPLORER.EXE ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{992CFFA0-F557-101A-88EC-00DD010CCC48},RNAUI.DLL,0,,,%Remote_ShortDesc%"    ;creates link in Accessories
  279. ;
  280. ;delete scripter icon in accessories group
  281. ;
  282. setup.ini, progman.groups,, "group4=%Apps_Desc%"    ;creates folder
  283. setup.ini, group4,, """%Scripter_Desc%"""           ;deletes link in Accessories
  284.  
  285. [MS_RNA_DelInis]
  286. ;
  287. ;delete RNA icon in accessories group
  288. ;
  289. setup.ini, progman.groups,, "group4=%Apps_Desc%"    ;creates folder
  290. setup.ini, group4,, """%Remote_Desc%"""             ;deletes link in Accessories
  291. setup.ini, group4,, """%Remote_ShortDesc%"""             ;deletes link in Accessories
  292.  
  293. [MS_RNA_Reg]
  294. HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48},,,%Remote_Desc%
  295. HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}\InProcServer32,,,"rnaui.dll"
  296. HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}\InProcServer32,ThreadingModel,,"Apartment"
  297. HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}\DefaultIcon,,,"%11%\rnaui.dll,0"
  298. HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}\ShellFolder,Attributes,1,04,00,00,20
  299. HKLM,SOFTWARE\MICROSOFT\WINDOWS\CurrentVersion\Explorer\MyComputer\NameSpace\{992CFFA0-F557-101A-88EC-00DD010CCC48},,,%Remote_Desc%
  300. ;
  301. ;Remote Access Installation
  302. ;
  303. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\RNA,Installed,,"1"
  304.  
  305. ;
  306. ;Remote Access Version
  307. ;
  308. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess,Version,,"1.2"
  309.  
  310. ;
  311. ;Remote Access authentication registration
  312. ;
  313. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\PPP, Path,2, "rasapi32.dll"
  314. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\PPP, Desc,, %PP_Desc%
  315. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\PPP, Usage,1,03,00,00,00
  316. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\PPP, Options,1,17,00,00,00
  317. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\PPP, Protocols,1,07,00,00,00
  318. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\RAS, Path,2, "rasapi32.dll"
  319. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\RAS, Desc,, %WFW_Desc%
  320. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\RAS, Usage,1,03,00,00,00
  321. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\RAS, Options,1,04,00,00,00
  322. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\RAS, Protocols,1,01,00,00,00
  323. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\NWC, Path,2, "rasapi32.dll"
  324. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\NWC, Desc,, %NWC_Desc%
  325. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\NWC, Usage,1,01,00,00,00
  326. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\NWC, Options,1,04,00,00,00
  327. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\NWC, Protocols,1,02,00,00,00
  328. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\SLIP, Path,2, "rasapi32.dll"
  329. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\SLIP, Desc,, %SLIP_Desc%
  330. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\SLIP, Usage,1,01,00,00,00
  331. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\SLIP, Options,1,04,00,00,00
  332. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\SLIP, Protocols,1,04,00,00,00
  333. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CSLIP, Path,2, "rasapi32.dll"
  334. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CSLIP, Desc,, %CSLIP_Desc%
  335. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CSLIP, Usage,1,01,00,00,00
  336. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CSLIP, Options,1,04,00,00,00
  337. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CSLIP, Protocols,1,04,00,00,00
  338. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Class\Com\PPPMAC,,,
  339. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Class\Isdn\PPPMAC,,,
  340. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Class\PPTP\PPPMAC,,,
  341. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Drivers,,,
  342. ;
  343. ; RunOnce
  344. ;
  345. HKLM, Software\Microsoft\Windows\CurrentVersion\RunOnce,RNA_SMM_order,,"rundll32.exe smmsetup.dll,SMM_Setup /a PPPMAC PPP,RAS,NWC,SLIP,CSLIP"
  346. ;
  347. ; Script files
  348. ;
  349. HKCR,.scp,,,scpfile
  350. HKCR,scpfile,,,%SCP_Desc%
  351. HKCR,scpfile\DefaultIcon,,,"%11%\shell32.dll,-152"
  352. HKCR,scpfile\shell\open\command,,,"%25%\NOTEPAD.EXE %%1"
  353. HKCR,scpfile\shell\print\command,,,"%25%\NOTEPAD.EXE /p %%1"
  354. ;
  355. ; Import files
  356. ;
  357. HKCR,.dun,,,dunfile
  358. HKCR,dunfile,,,%DUN_File_Desc%
  359. HKCR,dunfile\DefaultIcon,,,"%11%\rnaui.dll,3"
  360. HKCR,dunfile\shell\open\command,,,"%25%\RUNDLL32.EXE RNAUI.DLL,RnaRunImport %%1"
  361. ;
  362. ;Implicit connection
  363. ;
  364. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\NetworkProvider, Description,, %Remote_Desc%
  365. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\NetworkProvider, Name,, RemoteAccess
  366. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\NetworkProvider, ProviderPath,, "rnanp.dll"
  367. ;
  368. ;Known DLLs to speed up Rna load / fix problems when loading from SBS.
  369. ;These will always be loaded from system dir
  370. ;
  371. HKLM,SYSTEM\CurrentControlSet\Control\SessionManager\KnownDLLs,SYNCENG,,SYNCENG.DLL
  372. HKLM,SYSTEM\CurrentControlSet\Control\SessionManager\KnownDLLs,RNAP,,RNAP.DLL
  373. HKLM,SYSTEM\CurrentControlSet\Control\SessionManager\KnownDLLs,RNATHUNK,,RNATHUNK.DLL
  374. HKLM,SYSTEM\CurrentControlSet\Control\SessionManager\KnownDLLs,RNAUI,,RNAUI.DLL
  375. HKLM,SYSTEM\CurrentControlSet\Control\SessionManager\KnownDLLs,RNASERV,,RNASERV.DLL
  376.  
  377. [MS_DCC_Reg]
  378. ;
  379. ;Direct Cable Connection Installation
  380. ;
  381. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\DCC,Installed,,"1"
  382.  
  383. [MS_VPN_Reg]
  384. ;
  385. ;Virtual Private Networking Installation
  386. ;
  387. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\VPN,Installed,,"1"
  388.  
  389. [MS_RNA_DelReg]
  390. ; Make sure logger is not statically loaded
  391. ;
  392. HKLM,System\CurrentControlSet\Services\VxD\Logger
  393. ;
  394. ; Make sure extra command for the folder is removed
  395. ;
  396. HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}\shell
  397. ; Remove CSLIP from Optional component and Uninstall list
  398. ;
  399. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"CSLIP"
  400. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\CSLIP
  401. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\CSLIP
  402. ;
  403. ; Remove unwanted DUN menu
  404. ;
  405. HKCR,dunfile\shell\print
  406. HKCR,dunfile\shell\Edit
  407.  
  408. [MS_RNA_Uninstall_Reg]
  409. ; Mark RNA as uninstalled
  410. ;
  411. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\RNA,Installed,,"0"
  412.  
  413. [MS_DCC_Uninstall_Reg]
  414. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\DCC,Installed,,"0"
  415.  
  416. [MS_VPN_Uninstall_Reg]
  417. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\VPN,Installed,,"0"
  418.  
  419. [MS_RNA_Uninstall_DelReg]
  420. ; Remove binding information
  421. ;
  422. HKCR,CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}
  423. HKLM,SOFTWARE\MICROSOFT\WINDOWS\CurrentVersion\Explorer\MyComputer\NameSpace\{992CFFA0-F557-101A-88EC-00DD010CCC48}
  424. HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\NetworkProvider
  425. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run,"Remote Access"
  426.  
  427. [MS_DCC_Uninstall_DelReg]
  428. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run,"Direct Cable Connection"
  429.  
  430. [MS_VPN_Uninstall_DelReg]
  431. ;
  432. ; This doesn't really exist at this point...
  433. ;
  434. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run,"Virtual Private Networking"
  435.  
  436.  
  437.  
  438. ;****************************************************************************
  439. ; Source Directories
  440. ;****************************************************************************
  441.  
  442. [SourceDisksNames]
  443. 1="Microsoft Dial Up Networking Package",msdun.cab,0,%25%\MSDUN
  444.  
  445. [SourceDisksFiles]
  446. vgateway.vxd=1
  447. splitter.vxd=1
  448. rnaapp.exe=1
  449. rnaapp.hlp=1
  450. rnasetup.dll=1
  451. rnaui.dll=1
  452. rnanp.dll=1
  453. rnathunk.dll=1
  454. rasapi16.dll=1
  455. rasapi32.dll=1
  456. rnaserv.dll=1
  457. pppmac.vxd=1
  458. spap.vxd=1
  459. smmscrpt.dll=1
  460. smmsetup.dll=1
  461. slip.scp=1
  462. cis.scp=1
  463. pppmenu.scp=1
  464. slipmenu.scp=1
  465. rna.inf=1
  466. ndiswan.inf=1
  467. netppp.inf=1
  468. netpptp.inf=1
  469. vpn.hlp=1
  470. vpn.cnt=1
  471. netpptp.sys = 1
  472. vip.386     = 1 
  473. vtcp.386    = 1
  474. vdhcp.386   = 1 
  475. vtdi.386    = 1
  476. vudp.386    = 1
  477. vnbt.386    = 1
  478. pppmac.vxd  = 1
  479. pppndi.dll  = 1
  480. cfgwiz.dll  = 1
  481. cfgwiz32.exe= 1
  482. ndswan16.dll= 1
  483. ndswan32.dll= 1
  484. wan.tsp     = 1
  485. ndiswan.vxd = 1
  486. isdnui.dll  = 1
  487.  
  488.  
  489. ; User-visible strings
  490.  
  491. [Strings]
  492. Remote_Desc     = "Dial-Up Networking"
  493. Remote_ShortDesc = "DialUp"
  494. Remote_Tip      = "Enables you to connect to other computers by using a modem."
  495. PP_Desc         = "PPP: Windows 95, Windows NT 3.5, Internet"
  496. WFW_Desc        = "Windows for Workgroups and Windows NT 3.1"
  497. NWC_Desc        = "NRN: NetWare Connect version 1.0 and 1.1"
  498. SLIP_Desc       = "SLIP: Unix Connection"
  499. CSLIP_Desc      = "CSLIP: Unix Connection with IP header Compression"
  500. MS              = "Microsoft"
  501. Apps_Desc       = "Accessories"
  502. DirectCC_Desc   = "Direct Cable Connection"
  503. Directcc_ShortDesc = "DirectCC"
  504. DCC_Tip         = "Enables you to connect to other computers by using a parallel or serial cable."
  505. VPN_Desc        = "Virtual Private Networking"
  506. VPN_ShortDesc   = "Tunneling Wizard"
  507. VPN_Tip         = "Enables you to connect with private networks securely across public networks such as the internet."
  508. SCP_Desc        = "Dial-Up Networking Script"
  509. Scripter_Desc   = "Dial-Up Scripting Tool"
  510. DUN_File_Desc   = "Dial-Up Networking Exported file"
  511.  
  512. ; Directory names - note that that short versions must match the truncated
  513. ; 8 char names for the long versions, or else there will be problems!
  514. ; also need to put the short versions in the [DestinationDirs] section above
  515. ; Used by wordpad, hypertrm, backup, paint, & MSN
  516. PROGRAMF         = "Progra~1"          ; first 6 chars of Program_Files, + "~1"
  517. OEM_PROGRAMF     = "Progra~1"          ; first 6 chars of Program_Files, + "~1" - in OEM codepage (not Ansi)
  518. ACCESSOR         = "Access~1"          ; first 6 chars of Accessories, + "~1"
  519. OEM_ACCESSOR     = "Access~1"          ; first 6 chars of Accessories, + "~1"  - in OEM codepage (not Ansi)
  520.